Trait redact_crypto::ToState [−][src]
pub trait ToState: HasBuilder + HasByteSource { fn to_ref_state(&self, path: EntryPath) -> Result<State, CryptoError> { ... } fn to_sealed_state(
&self,
unsealable: ByteUnsealable
) -> Result<State, CryptoError> { ... } fn to_unsealed_state(&self, bytes: ByteSource) -> Result<State, CryptoError> { ... } }