pub type ResolveByteCount = ResolveFromStr<ByteCount>;
ByteCount that implements Resolve.
pub struct ResolveByteCount { pub inner: ByteCount, }
inner: ByteCount
Inner.