Trait rp6::uart::serial_writable::StringType   
source · pub trait StringType: uWrite {
    // Required methods
    fn new() -> Self;
    fn as_str(&self) -> &str;
}Expand description
Trait to allow instantiation and passing as &str for a type.