Struct reproto_backend_go::FileSpec [] [src]

pub struct FileSpec<'a>(pub Tokens<'a, Go<'a>>);

Trait Implementations

impl<'el> Default for FileSpec<'el>
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a> !Send for FileSpec<'a>

impl<'a> !Sync for FileSpec<'a>