[][src]Trait sbp::Parse

pub trait Parse<'a>: Parser<'a, Self> where
    Self: Sized
{ }

A type that can parse itself.

Implementors

Loading content...