Trait spicedb_rust::Caveat

source ·
pub trait Caveat {
    type ContextStruct: Into<Struct>;

    // Required method
    fn name() -> &'static str;
}

Required Associated Types§

Required Methods§

source

fn name() -> &'static str

Object Safety§

This trait is not object safe.

Implementors§