pub trait TryFromPair { type Error; // Required method fn try_from_pair(pair: Pair<'_>) -> Result<Command, Self::Error>; }