pub trait MoveResource: MoveStructType + DeserializeOwned {
    // Provided method
    fn resource_path() -> Vec<u8, Global>  { ... }
}

Provided Methods§

Implementors§