//a Imports
use crateUserPosn;
//a PosnIn traits
//tt PosnInCharStream
/// Trait for location within a character stream
///
/// This tracks a byte offset within the stream so that strings can be
/// retrieved from the stream. Byte offsets *must* always be on UTF8
/// boundaries.
//ip PosnInCharStream for usize