Trait pbni::AsPBStr[][src]

pub trait AsPBStr {
    fn as_pbstr(&self) -> Cow<'_, PBStr>;
}
Expand description

PBStr抽象

Required methods

Implementations on Foreign Types

Implementors