Trait fbthrift_git::uri::GetUri

source ·
pub trait GetUri {
    // Required method
    fn uri() -> &'static str;
}
Expand description

URI is a unique name for a Thrift type, used for storing/loading Thrift types to/from an Any struct.

Required Methods§

source

fn uri() -> &'static str

Object Safety§

This trait is not object safe.

Implementors§