[][src]Trait annotation_rs::AnnotationStructure

pub trait AnnotationStructure {
    pub fn get_path() -> Symbol
    where
        Self: Sized
;
pub fn from_meta(input: &Meta) -> Result<Self, Error>
    where
        Self: Sized
;
pub fn from_attribute_args(input: AttributeArgs) -> Result<Self, Error>
    where
        Self: Sized
; }

Required methods

pub fn get_path() -> Symbol where
    Self: Sized
[src]

pub fn from_meta(input: &Meta) -> Result<Self, Error> where
    Self: Sized
[src]

pub fn from_attribute_args(input: AttributeArgs) -> Result<Self, Error> where
    Self: Sized
[src]

Loading content...

Implementors

Loading content...