pub trait Secure { }

Implementations on Foreign Types§

source§

impl<T: Secure> Secure for &T

Implementors§